home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / swtools / mipsABI / examples / sup / PORT / step07 / MK.LOG < prev    next >
Encoding:
Text File  |  1994-08-02  |  7.2 KB  |  157 lines

  1.     abicc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c supcmain.c
  2. cfe: Warning 596: ./c.h: 63: #endif should be followed by carriage return only.
  3.     abicc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c supcvers.c
  4.     abicc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c supcparse.c
  5. cfe: Warning 596: ./c.h: 63: #endif should be followed by carriage return only.
  6.     abicc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c supcname.c
  7. cfe: Warning 596: ./c.h: 63: #endif should be followed by carriage return only.
  8.     abicc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c supcmisc.c
  9. cfe: Warning 596: ./c.h: 63: #endif should be followed by carriage return only.
  10.     abicc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c supcmeat.c
  11. cfe: Warning 596: ./c.h: 63: #endif should be followed by carriage return only.
  12.     abicc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c scm.c
  13. cfe: Warning 596: ./sup.h: 128: #else should be followed by carriage return only.
  14.     abicc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c scmio.c
  15. cfe: Warning 596: ./sup.h: 128: #else should be followed by carriage return only.
  16.     abicc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c stree.c
  17. cfe: Warning 596: ./c.h: 63: #endif should be followed by carriage return only.
  18.     abicc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c log.c
  19. cfe: Warning 596: ./c.h: 63: #endif should be followed by carriage return only.
  20.     abicc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c supmsg.c
  21. cfe: Warning 596: ./c.h: 63: #endif should be followed by carriage return only.
  22.     abicc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c netcrypt.c
  23. cfe: Warning 596: ./sup.h: 128: #else should be followed by carriage return only.
  24.     abicc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c atoo.c
  25.     abicc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c errmsg.c
  26.     abicc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c expand.c
  27. cfe: Warning 740: expand.c, line 98: conflicting declarations for 'glob'
  28.  static glob(as)
  29.  -------^
  30. cfe: Warning 653: expand.c, line 98: (previous declaration of 'glob' at line 94 in file 'expand.c')
  31.  static glob(as)
  32.  -------^
  33. cfe: Warning 740: expand.c, line 148: conflicting declarations for 'matchdir'
  34.  static matchdir(pattern)
  35.  -------^
  36. cfe: Warning 653: expand.c, line 148: (previous declaration of 'matchdir' at line 141 in file 'expand.c')
  37.  static matchdir(pattern)
  38.  -------^
  39. cfe: Warning 712: expand.c, line 154: illegal combination of pointer and integer
  40.      dirp = opendir(path);
  41.      -----^
  42. cfe: Warning 712: expand.c, line 157: illegal combination of pointer and integer
  43.      while ((dp = readdir(dirp)) != 0 ) {
  44.      -----------^
  45. cfe: Warning 740: expand.c, line 166: conflicting declarations for 'execbrc'
  46.  static execbrc(p, s)
  47.  -------^
  48. cfe: Warning 653: expand.c, line 166: (previous declaration of 'execbrc' at line 136 in file 'expand.c')
  49.  static execbrc(p, s)
  50.  -------^
  51. cfe: Warning 740: expand.c, line 231: conflicting declarations for 'match'
  52.  static match(s, p)
  53.  -------^
  54. cfe: Warning 653: expand.c, line 231: (previous declaration of 'match' at line 159 in file 'expand.c')
  55.  static match(s, p)
  56.  -------^
  57. cfe: Warning 740: expand.c, line 245: conflicting declarations for 'amatch'
  58.  static amatch(s, p)
  59.  -------^
  60. cfe: Warning 653: expand.c, line 245: (previous declaration of 'amatch' at line 217 in file 'expand.c')
  61.  static amatch(s, p)
  62.  -------^
  63. cfe: Warning 740: expand.c, line 316: conflicting declarations for 'addone'
  64.  static addone(s1, s2)
  65.  -------^
  66. cfe: Warning 653: expand.c, line 316: (previous declaration of 'addone' at line 124 in file 'expand.c')
  67.  static addone(s1, s2)
  68.  -------^
  69. cfe: Warning 740: expand.c, line 335: conflicting declarations for 'addpath'
  70.  static addpath(c)
  71.  -------^
  72. cfe: Warning 653: expand.c, line 335: (previous declaration of 'addpath' at line 108 in file 'expand.c')
  73.  static addpath(c)
  74.  -------^
  75. cfe: Warning 740: expand.c, line 345: conflicting declarations for 'gethdir'
  76.  static gethdir(home)
  77.  -------^
  78. cfe: Warning 653: expand.c, line 345: (previous declaration of 'gethdir' at line 114 in file 'expand.c')
  79.  static gethdir(home)
  80.  -------^
  81.     abicc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c ffilecopy.c
  82.     abicc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c filecopy.c
  83.     abicc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c nxtarg.c
  84.     abicc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c path.c
  85.     abicc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c quit.c
  86.     abicc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c run.c
  87.     abicc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c salloc.c
  88.     abicc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c skipto.c
  89.     abicc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c vprintf.c
  90.     abicc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c strcasecmp.c
  91.     abicc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c daemon.c
  92.     ar r libextra.a atoo.o errmsg.o expand.o ffilecopy.o filecopy.o nxtarg.o path.o quit.o run.o salloc.o skipto.o vprintf.o strcasecmp.o daemon.o
  93. ar: Warning: creating libextra.a
  94.  
  95.     abicc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -o sup supcmain.o supcvers.o supcparse.o supcname.o  supcmisc.o supcmeat.o scm.o scmio.o stree.o log.o supmsg.o netcrypt.o libextra.a  -lnsl -lsocket
  96. ld:
  97. Warning: netcrypt.o: cryptflag: multiply defined
  98.     previous (used) definition from 'scmio.o';
  99.     new (ignored) definition from 'netcrypt.o'
  100. Warning: netcrypt.o: cryptbuf: multiply defined
  101.     previous (used) definition from 'scmio.o';
  102.     new (ignored) definition from 'netcrypt.o'
  103. Unresolved:
  104. index
  105. bzero
  106. flock
  107. vsnprintf
  108. bcopy
  109. bcmp
  110. rindex
  111. wait3
  112. *** Error code 1 (bu21) (ignored)
  113.     abicc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c supscan.c
  114. cfe: Warning 596: ./c.h: 63: #endif should be followed by carriage return only.
  115.     abicc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c scan.c
  116. cfe: Warning 596: ./c.h: 63: #endif should be followed by carriage return only.
  117. cfe: Warning 712: scan.c, line 666: illegal combination of pointer and integer
  118.      dirp = opendir (".");
  119.      -----^
  120. cfe: Warning 712: scan.c, line 681: illegal combination of pointer and integer
  121.      while (dentry=readdir(dirp)) {
  122.      -------------^
  123.     abicc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -o supscan supscan.o stree.o scan.o libextra.a 
  124. ld:
  125. Unresolved:
  126. index
  127. rindex
  128. bcopy
  129. *** Error code 1 (bu21) (ignored)
  130.     abicc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -c supfilesrv.c
  131. cfe: Warning 596: ./c.h: 63: #endif should be followed by carriage return only.
  132. cfe: Warning 709: supfilesrv.c, line 391: Incompatible pointer type assignment
  133.      chldvec.sa_handler = chldsig;
  134.      -------------------^
  135. cfe: Warning 709: supfilesrv.c, line 447: Incompatible pointer type assignment
  136.      while (wait3(&w, 0100 , (struct rusage *)0) > 0) {
  137.      -------------^
  138.     abicc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -O -I. -o supfilesrv supfilesrv.o scan.o scm.o scmio.o stree.o log.o supmsg.o netcrypt.o libextra.a   -lnsl -lsocket
  139. ld:
  140. Warning: netcrypt.o: cryptflag: multiply defined
  141.     previous (used) definition from 'scmio.o';
  142.     new (ignored) definition from 'netcrypt.o'
  143. Warning: netcrypt.o: cryptbuf: multiply defined
  144.     previous (used) definition from 'scmio.o';
  145.     new (ignored) definition from 'netcrypt.o'
  146. Unresolved:
  147. wait3
  148. index
  149. bzero
  150. flock
  151. vsnprintf
  152. major
  153. bcopy
  154. bcmp
  155. rindex
  156. *** Error code 1 (bu21) (ignored)
  157.